home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1994
/
MacHack 1994.toast
/
MacHack™ 1987-1994
/
MacHack™ '87
/
DA's
/
DlgSans ƒ
/
RemoveMe.LSP
< prev
next >
Wrap
Text File
|
1987-04-18
|
415b
|
12 lines
{ This program part allows you to debug zFKEY under the }
{ Lightspeed Pascal Environment. When you are finished debugging or want }
{ to see how zFKEY works, (1) Remove this file AND MacPasLib from the }
{ Project, (2) Add DA PasLib, and (3) BUILD & SAVE AS... a code resource. }
PROGRAM RemoveThisFileWhenBuildingAndSavingAsFKEYCodeResource;
USES
zFKEY;
BEGIN
main; { Call FKEY procedure }
END.